.NET Framework Class Library |
BlockingCollection<(Of <(T>)>) Constructor |
BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
BlockingCollection<(Of <(T>)>)()()() | Initializes a new instance of the
BlockingCollection<(Of <(T>)>)
class without an upper-bound.
| |
BlockingCollection<(Of <(T>)>)(IProducerConsumerCollection<(Of <(T>)>)) | Initializes a new instance of the BlockingCollection<(Of <(T>)>)
class without an upper-bound and using the provided
IProducerConsumerCollection<(Of <(T>)>) as its underlying data store. | |
BlockingCollection<(Of <(T>)>)(Int32) | Initializes a new instance of the BlockingCollection<(Of <(T>)>)
class with the specified upper-bound.
| |
BlockingCollection<(Of <(T>)>)(IProducerConsumerCollection<(Of <(T>)>), Int32) | Initializes a new instance of the BlockingCollection<(Of <(T>)>)
class with the specified upper-bound and using the provided
IProducerConsumerCollection<(Of <(T>)>) as its underlying data store. |